Skip to content

Conversation

@MariuszCwikla
Copy link

Following test

def test_omit    
  omit 'omitted'
end

is reported as

<testcase name="test_omit" time="0.000373181" assertions="0">
    <failure type="Test::Unit::Omission" message="omitted">...</failure>
</testcase>

but it should be reported as <skipped> instead of <failure>

Simple fix is to set up skipped flag ci-reporter's TestCase which was not used in ci_reporter_test_unit yet

@MariuszCwikla
Copy link
Author

@nicksieger @shepmaster any update regarding this?
Please check also #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant